/*右侧悬浮菜单*/
.slide{
  width: 50px;
  height: 250px;
  position: fixed;
  top: 50%;
  margin-top: -126px;
  background: #5195c4;
  right: 0;
  border-radius: 5px 0 0 5px;
  z-index: 999;
}
.slide ul{
    list-style: none;
}
.slide .icon li{
    width: 49px;
    height: 50px;
    background: url(../images/icon.png) no-repeat;
}
.slide .icon .up{
    background-position:-330px -120px ;
}
.slide .icon li.qq{
    background-position:-385px -73px ;
}
.slide .icon li.tel{
    background-position:-385px -160px ;
}
.slide .icon li.wx{
    background-position:-385px -120px ;
}
.slide .icon li.down{
    background-position:-330px -160px ;
}
.slide .info{
    top: 50%;
    height: 147px;
    position: absolute;
    right: 100%;
    background: #5195c4;
    width: 0px;
    overflow: hidden;
    margin-top: -73.5px;
    transition:0.5s;
    border-radius:4px 0 0 4px ;
}
.slide .info.hover{
    width: 145px;

}
.slide .info li{
    width: 145px;
    color: #ffffff;
    text-align: center;
}
.slide .info li p{
    font-size: 1.0em;
    line-height: 2em;
    padding: 15px;
    text-align: left;
}

.slide .info li div.img{
    height: 100%;
    margin: 15px;
}
.slide .info li div.img img{
    width: 100%;
    height: auto;
}
/*控制菜单的按钮*/
.index_cy{
    width: 30px;
    height: 30px;
    background: url(../images/index_cy.png);
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 140px;
    background-position: 62px 0;
    cursor: pointer;
}
.index_cy2{
    width: 30px;
    height: 30px;
    background: url(../images/index_cy.png);
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: 140px;
    background-position: 30px 0;
    cursor: pointer;
}

/*自适应 当屏小于1050时隐藏*/
@media screen and (max-width: 1050px) {
    .slide{
        display: none;
    }
    #btn{
        display: none;
    }

}
  .page {
      display: inline-block;
      padding-left: 0;
      margin: 20px 0;
      border-radius: 4px;
      margin-left: 20px;
  }
  .page {
      display: inline;
  }
  .page  > a,
  .page  > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #337ab7;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
  }
  .page  span.current {
      position: relative;
      float: left;
      padding: 6px 12px;
      margin-left: -1px;
      line-height: 1.42857143;
      color: #111;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #ddd;
  }
  .page >  a:hover,
  .page > a:focus,
  .page > span:focus {
      z-index: 2;
      color: #23527c;
      background-color: #eee;
      border-color: #ddd;
  }
  .page  >  a.active,
  .page > span.active,
  .page > a:hover,
  .page  > span:hover,
  .page  > a:focus,
  .page  > span:focus {
      z-index: 3;
      color: #fff;
      cursor: default;
      background-color: #337ab7;
      border-color: #337ab7;
  }
  .page > .disabled > span,
  .page > .disabled > span:hover,
  .page > .disabled > span:focus,
  .page > .disabled > a,
  .page > .disabled > a:hover,
  .page > .disabled > a:focus {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
      border-color: #ddd;
  }
  .page-lg > li > a,
  .page-lg > li > span {
      padding: 10px 16px;
      font-size: 18px;
      line-height: 1.3333333;
  }
  .page-lg > li:first-child > a,
  .page-lg > li:first-child > span {
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
  }
  .page-lg > li:last-child > a,
  .page-lg > li:last-child > span {
      border-top-right-radius: 6px;
      border-bottom-right-radius: 6px;
  }
  .page-sm > li > a,
  .page-sm > li > span {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 1.5;
  }
  .page-sm > li:first-child > a,
  .page-sm > li:first-child > span {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
  }
  .page-sm > li:last-child > a,
  .page-sm > li:last-child > span {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
  }
  .pager {
      padding-left: 0;
      margin: 20px 0;
      text-align: center;
      list-style: none;
  }
  .pager li {
      display: inline;
  }
  .pager li > a,
  .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px;
  }
  .pager li > a:hover,
  .pager li > a:focus {
      text-decoration: none;
      background-color: #eee;
  }
  .pager .next > a,
  .pager .next > span {
      float: right;
  }
  .pager .previous > a,
  .pager .previous > span {
      float: left;
  }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
      color: #777;
      cursor: not-allowed;
      background-color: #fff;
  }
